All Questions
1 question
4votes
1answer
1kviews
Why is oversampling outperforming class weight?
I have a dataset that is highly imbalanced. One class has 412 (class 0) samples while the other has 67215 (class 1) samples. For its classification, I am using MLP. When I use class weight of 165 for ...